Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: 28721a7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 13 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
6a5d677 to
09c169d
Compare
f99231d to
34f8bb6
Compare
09c169d to
9b4db11
Compare
9b4db11 to
dce6024
Compare
|
|
||
| export const checkActivatable = ( | ||
| guide: KnockGuide, | ||
| guide: Pick<KnockGuide, "activation_url_rules" | "activation_url_patterns">, |
There was a problem hiding this comment.
Small unrelated thing: loosen the type requirement to allow potentially re-using it in dashboard.
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 1e1ac36. Configure here.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #960 +/- ##
==========================================
- Coverage 63.82% 63.54% -0.28%
==========================================
Files 210 208 -2
Lines 10133 9921 -212
Branches 1304 1278 -26
==========================================
- Hits 6467 6304 -163
+ Misses 3641 3592 -49
Partials 25 25
|

Description
Removes the guide toolbar "v1" from
KnockGuideToolbar, and associated downstream code in the guide client.Also removes the "guide.live_preview_updated" socket event and its handlers, now that the "Live preview" feature is deprecated and being removed (see https://github.com/knocklabs/switchboard/pull/6137).